@article{10.1007/s00778-017-0454-9, author = {Yi, Peipei and Choi, Byron and Bhowmick, Sourav S. and Xu, Jianliang}, title = {AutoG: A Visual Query Autocompletion Framework for Graph Databases}, year = {2017}, issue_date = {June 2017}, publisher = {Springer-Verlag}, address = {Berlin, Heidelberg}, volume = {26}, number = {3}, issn = {1066-8888}, url = {https://doi.org/10.1007/s00778-017-0454-9}, doi = {10.1007/s00778-017-0454-9}, abstract = {Composing queries is evidently a tedious task. This is particularly true of graph queries as they are typically complex and prone to errors, compounded by the fact that graph schemas can be missing or too loose to be helpful for query formulation. Despite the great success of query formulation aids, in particular, automatic query completion, graph query autocompletion has received much less research attention. In this paper, we propose a novel framework for subgraph query autocompletion (called AutoG). Given an initial query q and a user's preference as input, AutoG returns ranked query suggestions $$Q'$$Q\'{z} as output. Users may choose a query from $$Q'$$Q\'{z} and iteratively apply AutoG to compose their queries. The novelties of AutoG are as follows: First, we formalize query composition. Second, we propose to increment a query with the logical units called c-prime features that are (i) frequent subgraphs and (ii) constructed from smaller c-prime features in no more than c ways. Third, we propose algorithms to rank candidate suggestions. Fourth, we propose a novel index called feature Dag (FDag) to optimize the ranking. We study the query suggestion quality with simulations and real users and conduct an extensive performance evaluation. The results show that the query suggestions are useful (saved roughly 40% of users' mouse clicks), and AutoG returns suggestions shortly under a large variety of parameter settings.}, journal = {The VLDB Journal}, month = {jun}, pages = {347–372}, numpages = {26}, keywords = {Database usability, Query autocompletion, Subgraph query, Graphs} }